Validated Double
A validated double number with a default selected from the min of the allowable range.
Author
fzzyhmstrs
Since
0.2.0
Parameters
Double. the minimum allowed value, inclusive
Double. the maximum allowed value, inclusive
WidgetType defines what the config GUI widget looks like
an unbounded validated double number.
The validation will be limited to ensuring the value de/serializes as a double, since there are no bounds.
The widget type is locked to WidgetType.TEXTBOX
Author
fzzyhmstrs
Since
0.2.0
Parameters
Double. the default value of this wrapper
an unbounded validated double number with default of 0.0.
The validation will be limited to ensuring the value de/serializes as a double, since there are no bounds.
The widget type is locked to WidgetType.TEXTBOX
Author
fzzyhmstrs
Since
0.2.0
Parameters
Double. the default value of this wrapper
Double. the maximum allowed value, inclusive
Double. the minimum allowed value, inclusive